'ostree admin <x> --help' and 'ostree admin instutil <x> --help' should
give help on the deepest subcommand, not on 'ostree admin'.
https://bugzilla.gnome.org/show_bug.cgi?id=737194
argc = out;
- if (subcommand_name == NULL || want_help)
+ if (subcommand_name == NULL)
{
subcommand = admin_instutil_subcommands;
g_print ("usage: ostree admin instutil COMMAND [options]\n");
argc = out;
- if (subcommand_name == NULL || want_help)
+ if (subcommand_name == NULL)
{
subcommand = admin_subcommands;
g_print ("usage: ostree admin --sysroot=PATH COMMAND [options]\n");